Update Gin as data source workflow #793
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Suggested add - push - configure - push as a correct sequence. Addresses part of #779 and datalad/datalad#6269
I verified the proposed workflow with DataLad version 0.15.3.
Now the question is what to do about upcoming changes in DataLad 0.16. The new release introduces
create-sibling-gin
and shortens the workflow in question (git config --unset-all remote.gin.annex-ignore
should be unnecessary whencreate-sibling-gin
is used, see datalad/datalad#6230). I am in favour of keeping the current workflow (where the Gin repo is created manually) even after the release (as manual creation is not going away). Then, either add a separate example starting withcreate-sibling-gin
, or note that thegit config
step can be skipped if the automated method was used. Should it be done in advance, or after DataLad 0.16 release?